home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-01 | 462 b | 22 lines | [TEXT/MPS ] |
- # Script to build MacinTalk FORTRAN demo
-
- # Compile the program
- FORTRAN 'Speak.f'
-
- # Link it
- Link -ad 4 -w -t APPL -c '????' ∂
- # Main program ∂
- 'Speak.f.o' ∂
- # Link in the speech library ∂
- {Libraries}SpeechIntf.o ∂
- # Now link all the usual libraries ∂
- {Libraries}Runtime.o ∂
- {Libraries}Interface.o ∂
- {FLibraries}FORTRANlib.o ∂
- {FLibraries}IntrinsicLib.o ∂
- -o SpeakF
-
- # Set up the name of the application on the worksheet
- # for execution
- Echo -n "SpeakF "
-